home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip Kasım 2001.iso / prog / mmedya / wizard / wizarde.nnf < prev   
Encoding:
Windows Setup INFormation  |  2001-09-18  |  23.9 KB  |  1,045 lines

  1.  
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;
  4. ;  Version identifies stlye (WIN4) and class
  5. ;  Class is usually used to get all infs for a
  6. ;  product or driver type if an exe it giving
  7. ;  users a list of things to install, for example 
  8. ;  all video drivers infs in the windows\inf directory
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11.  
  12. [version]
  13. signature="$CHICAGO$"
  14.  
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. ;
  17. ;  Install sections, these are the options
  18. ;  for building the installation file lists
  19. ;
  20. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  21.  
  22. [DefaultInstall]
  23. ; we are leave this blank so that a right mouse click
  24. ; install does do anything
  25. ; we are chosing to do this because we want our install to
  26. ; give the user a choice of where to install to
  27. ; For drivers or other installations where the files must go
  28. ; to a predetermined location (like windows\system) this section
  29. ; can be used
  30.  
  31. [ProductInstall]
  32. CopyFiles=Product.copy.files
  33. AddReg=Product.Add.Reg
  34. UpdateInis=Product.links
  35.  
  36. [ProductInstall.Alpha]
  37. CopyFiles=Product.copy.files
  38. AddReg=Product.Add.Reg
  39. UpdateInis=Product.links,del.links.old
  40.  
  41. [ProductInstall.Mips]
  42. CopyFiles=Product.copy.files
  43. AddReg=Product.Add.Reg
  44. UpdateInis=Product.links,del.links.old
  45.  
  46. [ProductInstall.PPC]
  47. CopyFiles=Product.copy.files
  48. AddReg=Product.Add.Reg
  49. UpdateInis=Product.links,del.links.old
  50.  
  51. ;;;;;;;;;;
  52. ; Uninstall
  53.  
  54. [DefaultUninstall]
  55. ; be sure to remove everything
  56. DelFiles=Product.del.files
  57. DelReg=Product.Del.Reg
  58. UpdateInis=del.links
  59.  
  60. [MyProgramUninstall]
  61. ; be sure to remove everything
  62. DelFiles=Product.copy.files
  63. DelReg=Product.Del.Reg
  64. UpdateInis=del.links
  65.  
  66. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  67. ;
  68. ;  Registry sections, used by different install
  69. ;  sections above
  70. ;
  71. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  72.  
  73. [Product.Add.Reg]
  74. ;
  75. ; Product Registry entries here
  76. ; For compatibility you must specify 0,1,2,3 for the fourth
  77. ; parameter if you want to specify a value
  78. ;
  79. HKLM,SOFTWARE\EuSoftware\WizBrush 3.0,"Version",0,"3.0"
  80. ;
  81. ; Register shared components, note these are bogus names in this sample
  82. ;
  83. ;
  84. ; for add/remove programs applet
  85. ;
  86. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"DisplayName",0,"Wizard Brush 3.0"
  87. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"UninstallString",0,"Rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 132 "%65600%"\wizardc.inf"
  88.  
  89. ;;;;;;;;;
  90. ;
  91. ; registry delete works by pruning the tree,
  92. ; so if you have interdependent values, put thems in subkeys and
  93. ; not in values of the main key since when you prune all the values are lost
  94. ;
  95.  
  96. [Product.Del.Reg]
  97. ;
  98. ;Registry entries here
  99. ;
  100.  
  101. HKLM,SOFTWARE\EuSoftware\WizBrush 3.0,"Version",,
  102. HKCU,SOFTWARE\EuSoftware\WizBrush 3.0,,,
  103.  
  104. ;
  105. ; for add/remove programs applet
  106. ;
  107.  
  108. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"DisplayName",,
  109. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,"UninstallString",,
  110. HKCU,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\WizBrush30,,,
  111.  
  112. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  113. ;
  114. ; Disk lay out information, used by the CopyFiles lists
  115. ;
  116. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  117. ;
  118. ; This is the source disk identifiers the number at the
  119. ; beginning maps to the SourceDisksFiles first parameter
  120.  
  121. [SourceDisksNames]
  122. 1="Eusoftware",data.cab,data.cab,
  123.  
  124. ;;;;;;;;;;;;;;;;;;
  125. ;
  126. ; SourceDisksFiles -
  127. ; this must have ALL file names in any copyfiles section
  128. ; so that the default copyfile error callback dialog (browse,skip)
  129. ; can use the SourceDisksNames strings above to help find the file
  130. ; -- this infomation can also be put in a layout.inf
  131. ;
  132. ; filename_on_source=diskid,subdir,size,checksum,spare,spare
  133.  
  134. [SourceDisksFiles]
  135. nupaint3.exe=1,,,,,
  136. readmee.wri=1,,,,,
  137. ENCRYPT.dll=1,,,,,
  138. cursor\move.ncr=1,,,,,
  139. cursor\stand.ncr=1,,,,,
  140. cursor\wait.ncr=1,,,,,
  141. cursor\CURB.ncr=1,,,,,
  142. cursor\CURL.ncr=1,,,,,
  143. cursor\CURR.ncr=1,,,,,
  144. cursor\CURT.ncr=1,,,,,
  145. cursor\absorb.ncr=1,,,,,
  146. cursor\water.ncr=1,,,,,
  147. cursor\fill.ncr=1,,,,,
  148. cursor\jet.ncr=1,,,,,
  149. cursor\brush.ncr=1,,,,,
  150. cursor\sharp.ncr=1,,,,,
  151. cursor\stamp.ncr=1,,,,,
  152. cursor\dark.ncr=1,,,,,
  153. cursor\light.ncr=1,,,,,
  154. cursor\rubber.ncr=1,,,,,
  155. cursor\magic.ncr=1,,,,,
  156. cursor\typer.ncr=1,,,,,
  157. cursor\pencil.ncr=1,,,,,
  158. cursor\legend.ncr=1,,,,,
  159. cursor\mike.ncr=1,,,,,
  160. cursor\chalk.ncr=1,,,,,
  161. cursor\cbrush.ncr=1,,,,,
  162. cursor\carb.ncr=1,,,,,
  163. cursor\pbrush.ncr=1,,,,,
  164. glib\tutor\hy1.tur=1,,,,,
  165. glib\tutor\hy1.thm=1,,,,,
  166. glib\tutor\hy7.tur=1,,,,,
  167. glib\tutor\hy7.thm=1,,,,,
  168. glib\tutor\hy8.tur=1,,,,,
  169. glib\tutor\hy8.thm=1,,,,,
  170. glib\tutor\hy9.tur=1,,,,,
  171. glib\tutor\hy9.thm=1,,,,,
  172. magic\arrow.mgc=1,,,,,
  173. magic\bubble.mgc=1,,,,,
  174. magic\star.mgc=1,,,,,
  175. magic\butfly.mgc=1,,,,,
  176. magic\fruit.mgc=1,,,,,
  177. magic\cloud.mgc=1,,,,,
  178. magic\veg.mgc=1,,,,,
  179. magic\color.mgc=1,,,,,
  180. magic\conia.mgc=1,,,,,
  181. magic\jew.mgc=1,,,,,
  182. magic\grass.mgc=1,,,,,
  183. magic\leave.mgc=1,,,,,
  184. magic\leave1.mgc=1,,,,,
  185. magic\match.mgc=1,,,,,
  186. magic\number.mgc=1,,,,,
  187. magic\PENCIL.mgc=1,,,,,
  188. magic\shell.mgc=1,,,,,
  189. magic\sunflw.mgc=1,,,,,
  190. magic\taoh.mgc=1,,,,,
  191. magic\tree.mgc=1,,,,,
  192. magic\stone.mgc=1,,,,,
  193. magic\cl.mgc=1,,,,,
  194. paper\paper1.dat=1,,,,,
  195. paper\paper10.dat=1,,,,,
  196. paper\paper11.dat=1,,,,,
  197. paper\paper12.dat=1,,,,,
  198. paper\paper13.dat=1,,,,,
  199. paper\paper14.dat=1,,,,,
  200. paper\paper15.dat=1,,,,,
  201. paper\paper2.dat=1,,,,,
  202. paper\paper3.dat=1,,,,,
  203. paper\paper4.dat=1,,,,,
  204. paper\paper5.dat=1,,,,,
  205. paper\paper6.dat=1,,,,,
  206. paper\paper7.dat=1,,,,,
  207. paper\paper8.dat=1,,,,,
  208. paper\paper9.dat=1,,,,,
  209. paper\canvas.brh=1,,,,,
  210. paper\penc.brh=1,,,,,
  211. res\album\album.img=1,,,,,
  212. res\album\cover.img=1,,,,,
  213. res\album\downdown.pcx=1,,,,,
  214. res\album\downup.pcx=1,,,,,
  215. res\album\edit.img=1,,,,,
  216. res\album\leftdown.pcx=1,,,,,
  217. res\album\leftup.pcx=1,,,,,
  218. res\album\no.pcx=1,,,,,
  219. res\album\paper-2.pcx=1,,,,,
  220. res\album\paper-3.pcx=1,,,,,
  221. res\album\paper-4.pcx=1,,,,,
  222. res\album\rightdn.pcx=1,,,,,
  223. res\album\rightup.pcx=1,,,,,
  224. res\album\sliderbk.pcx=1,,,,,
  225. res\album\updown.pcx=1,,,,,
  226. res\album\upup.pcx=1,,,,,
  227. res\album\yes.pcx=1,,,,,
  228. res\album\calbum.img=1,,,,,
  229. res\tools\algea0.img=1,,,,,
  230. res\tools\algea0s.img=1,,,,,
  231. res\tools\algear.img=1,,,,,
  232. res\tools\algears.img=1,,,,,
  233. res\tools\algeat.img=1,,,,,
  234. res\tools\algeats.img=1,,,,,
  235. res\tools\algeal.img=1,,,,,
  236. res\tools\algeals.img=1,,,,,
  237. res\tools\algeas.img=1,,,,,
  238. res\tools\algeass.img=1,,,,,
  239. res\tools\algeab.img=1,,,,,
  240. res\tools\algeabs.img=1,,,,,
  241. res\tools\colbal.img=1,,,,,
  242. res\tools\lampd.img=1,,,,,
  243. res\tools\lamp.img=1,,,,,
  244. res\tools\trashcno.img=1,,,,,
  245. res\tools\trashcnc.img=1,,,,,
  246. res\tools\progh.img=1,,,,,
  247. res\tools\progc.img=1,,,,,
  248. res\tools\slider.img=1,,,,,
  249. res\tools\del_fold.img=1,,,,,
  250. res\tools\new_fold.img=1,,,,,
  251. res\tools\msgbox.img=1,,,,,
  252. res\tools\myes.img=1,,,,,
  253. res\tools\myesd.img=1,,,,,
  254. res\tools\menucap.img=1,,,,,
  255. res\tools\menubd.img=1,,,,,
  256. res\tools\project.img=1,,,,,
  257. res\tools\memo.img=1,,,,,
  258. res\tools\msgyes.img=1,,,,,
  259. res\tools\msgyesd.img=1,,,,,
  260. res\tools\msgno.img=1,,,,,
  261. res\tools\msgnod.img=1,,,,,
  262. res\tools\shok.img=1,,,,,
  263. res\tools\enlarge.img=1,,,,,
  264. res\tools\ensmall.img=1,,,,,
  265. res\tools\powerd.img=1,,,,,
  266. res\tools\power.img=1,,,,,
  267. res\tools\recpan.img=1,,,,,
  268. res\tools\playd.img=1,,,,,
  269. res\tools\recd.img=1,,,,,
  270. res\tools\stopd.img=1,,,,,
  271. res\tools\play.img=1,,,,,
  272. res\tools\rec.img=1,,,,,
  273. res\tools\stop.img=1,,,,,
  274. res\tools\floppy.img=1,,,,,
  275. res\tools\floppyo.img=1,,,,,
  276. res\tools\gabage.img=1,,,,,
  277. res\tools\clean.img=1,,,,,
  278. res\tools\cleand.img=1,,,,,
  279. res\tools\gra_left.img=1,,,,,
  280. res\tools\pal.img=1,,,,,
  281. res\tools\mpal.img=1,,,,,
  282. res\tools\input.img=1,,,,,
  283. res\tools\moption.img=1,,,,,
  284. res\tools\option.img=1,,,,,
  285. res\tools\reda.img=1,,,,,
  286. res\tools\bluea.img=1,,,,,
  287. res\tools\greena.img=1,,,,,
  288. res\tools\projecto.img=1,,,,,
  289. res\tools\gra_rite.img=1,,,,,
  290. res\tools\tools.img=1,,,,,
  291. res\tools\mtools.img=1,,,,,
  292. res\tools\subs.pcx=1,,,,,
  293. res\tools\plus.pcx=1,,,,,
  294. res\tools\brit.img=1,,,,,
  295. res\tools\contr.img=1,,,,,
  296. res\tools\slidebk.img=1,,,,,
  297. res\tools\slidebk.pcx=1,,,,,
  298. res\tools\msgc.img=1,,,,,
  299. res\tools\msgcd.img=1,,,,,
  300. res\tools\prj.img=1,,,,,
  301. res\tools\tipsbk.img=1,,,,,
  302. res\tools\setdia.img=1,,,,,
  303. res\tools\chkbox.img=1,,,,,
  304. res\tools\chkboxd.img=1,,,,,
  305. res\tools\radio.img=1,,,,,
  306. res\tools\radioc.img=1,,,,,
  307. res\tools\slidepl.pcx=1,,,,,
  308. res\tools\prjsld.pcx=1,,,,,
  309. res\tools\slidepld.pcx=1,,,,,
  310. res\tools\rndsel.img=1,,,,,
  311. res\tools\cutsel.img=1,,,,,
  312. res\tools\pstsel.img=1,,,,,
  313. res\tools\rectsel.img=1,,,,,
  314. res\tools\rectsels.img=1,,,,,
  315. res\tools\copysel.img=1,,,,,
  316. res\tools\rndsels.img=1,,,,,
  317. res\tools\rectselu.img=1,,,,,
  318. res\tools\rndselu.img=1,,,,,
  319. res\tools\ps_vmir.img=1,,,,,
  320. res\tools\ps_del.img=1,,,,,
  321. res\tools\ps_eng.img=1,,,,,
  322. res\tools\ps_hmir.img=1,,,,,
  323. res\tools\ps_real.img=1,,,,,
  324. res\tools\ps_rot.img=1,,,,,
  325. res\tools\ps_size.img=1,,,,,
  326. res\tools\ps_teach.img=1,,,,,
  327. res\tools\ps_chn.img=1,,,,,
  328. res\tools\vslider.img=1,,,,,
  329. res\tools\mbrush.img=1,,,,,
  330. res\tools\brush.img=1,,,,,
  331. res\tools\file.img=1,,,,,
  332. res\tools\picbox.img=1,,,,,
  333. res\tools\plusd.pcx=1,,,,,
  334. res\tools\min.img=1,,,,,
  335. res\tools\subsd.pcx=1,,,,,
  336. res\tools\minf.img=1,,,,,
  337. res\tools\close.img=1,,,,,
  338. res\tools\closef.img=1,,,,,
  339. res\tools\pagel.img=1,,,,,
  340. res\tools\pager.img=1,,,,,
  341. res\tools\pastebk.pcx=1,,,,,
  342. res\tools\bold.img=1,,,,,
  343. res\tools\bolds.img=1,,,,,
  344. res\tools\italy.img=1,,,,,
  345. res\tools\italys.img=1,,,,,
  346. res\tools\satue.img=1,,,,,
  347. res\tools\hfill.img=1,,,,,
  348. res\tools\hfills.img=1,,,,,
  349. res\tools\lfill.img=1,,,,,
  350. res\tools\lfills.img=1,,,,,
  351. res\tools\rfill.img=1,,,,,
  352. res\tools\rfills.img=1,,,,,
  353. res\tools\rlfill.img=1,,,,,
  354. res\tools\rlfills.img=1,,,,,
  355. res\tools\about.img=1,,,,,
  356. res\tools\syshard.img=1,,,,,
  357. res\tools\cartlib.img=1,,,,,
  358. res\tools\backlib.img=1,,,,,
  359. res\tools\tutor.img=1,,,,,
  360. res\tools\mpicbox.img=1,,,,,
  361. res\tools\filter.img=1,,,,,
  362. res\tools\new.img=1,,,,,
  363. res\tools\newo.img=1,,,,,
  364. res\tools\scanner.img=1,,,,,
  365. res\tools\leftu.pcx=1,,,,,
  366. res\tools\rightd.pcx=1,,,,,
  367. res\tools\leftd.pcx=1,,,,,
  368. res\tools\tick.img=1,,,,,
  369. res\tools\rightu.pcx=1,,,,,
  370. res\tools\filed.img=1,,,,,
  371. res\tools\redo.img=1,,,,,
  372. res\tools\redod.img=1,,,,,
  373. res\tools\undo.img=1,,,,,
  374. res\tools\undod.img=1,,,,,
  375. wave\latin.voc=1,,,,,
  376. wave\click.voc=1,,,,,
  377. wave\drawer.voc=1,,,,,
  378. wave\aha.voc=1,,,,,
  379. wave\Typer.voc=1,,,,,
  380. wave\prelude.wav=1,,,,,
  381. wave\absorb.voc=1,,,,,
  382. wave\legend.voc=1,,,,,
  383. wave\brush.voc=1,,,,,
  384. wave\jet.voc=1,,,,,
  385. wave\rubber.voc=1,,,,,
  386. wave\ambu.voc=1,,,,,
  387. wpaper\800.bk=1,,,,,
  388. wpaper\wave.bk=1,,,,,
  389. wpaper\clo1.bk=1,,,,,
  390. wpaper\pure.bk=1,,,,,
  391. wpaper\clo2.bk=1,,,,,
  392. zgdi.dll=1,,,,,
  393. mcddll.dll=1,,,,,
  394. miscutil.dll=1,,,,,
  395. DBLINK.dll=1,,,,,
  396. albman.sys=1,,,,,
  397. blkfile.dll=1,,,,,
  398. hcultdll.dll=1,,,,,
  399. SCANDLL.dll=1,,,,,
  400. gfileio.dll=1,,,,,
  401. recdll.dll=1,,,,,
  402. wbdesk.ini=1,,,,,
  403. YUSTEREO.dll=1,,,,,
  404. alphagdi.dll=1,,,,,
  405. serial.dll=1,,,,,
  406. fp0023.sys=1,,,,,
  407. FLORA.INI=1,,,,,
  408. wadesk.ini=1,,,,,
  409. clrtrans.dll=1,,,,,
  410. startcb.sys=1,,,,,
  411. nblkfile.dll=1,,,,,
  412.  
  413.  
  414. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  415. ;
  416. ; Targetdirectories predefined for [DestinationDirs] section
  417. ;   parameter number one  
  418. ;     00=null, use only the second parameter for a path
  419. ;     11=windows system directory
  420. ;     ...
  421. ;
  422.  
  423. [DestinationDirs]
  424. ;
  425. ; a default if a particular copyfiles section
  426. ;
  427. ; DefaultDestDir=LDID[,subdir]  ; not used in this sample
  428.  
  429. Product.del.files=01      ; 01 is the source directory
  430.  
  431. ;
  432. ; Run time defined strings, these are set with 
  433. ; SetupSetDirectoryId once this inf is openned
  434. ;
  435.  
  436. Product.copy.files=65600   ; 65600 is a random choice for a dirid
  437.  
  438. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  439. ;
  440. ; These are the CopyFiles lists, here is where the files
  441. ; for each component are defined
  442. ; Note the last param (parm 4) is the CopyFlag for that
  443. ; File, for example 8 means copy on  restart--see the doc for more
  444. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  445. [Product.copy.files]
  446. nupaint3.exe
  447. readmee.wri
  448. ENCRYPT.dll
  449. cursor\move.ncr
  450. cursor\stand.ncr
  451. cursor\wait.ncr
  452. cursor\CURB.ncr
  453. cursor\CURL.ncr
  454. cursor\CURR.ncr
  455. cursor\CURT.ncr
  456. cursor\absorb.ncr
  457. cursor\water.ncr
  458. cursor\fill.ncr
  459. cursor\jet.ncr
  460. cursor\brush.ncr
  461. cursor\sharp.ncr
  462. cursor\stamp.ncr
  463. cursor\dark.ncr
  464. cursor\light.ncr
  465. cursor\rubber.ncr
  466. cursor\magic.ncr
  467. cursor\typer.ncr
  468. cursor\pencil.ncr
  469. cursor\legend.ncr
  470. cursor\mike.ncr
  471. cursor\chalk.ncr
  472. cursor\cbrush.ncr
  473. cursor\carb.ncr
  474. cursor\pbrush.ncr
  475. glib\tutor\hy1.tur
  476. glib\tutor\hy1.thm
  477. glib\tutor\hy7.tur
  478. glib\tutor\hy7.thm
  479. glib\tutor\hy8.tur
  480. glib\tutor\hy8.thm
  481. glib\tutor\hy9.tur
  482. glib\tutor\hy9.thm
  483. magic\arrow.mgc
  484. magic\bubble.mgc
  485. magic\star.mgc
  486. magic\butfly.mgc
  487. magic\fruit.mgc
  488. magic\cloud.mgc
  489. magic\veg.mgc
  490. magic\color.mgc
  491. magic\conia.mgc
  492. magic\jew.mgc
  493. magic\grass.mgc
  494. magic\leave.mgc
  495. magic\leave1.mgc
  496. magic\match.mgc
  497. magic\number.mgc
  498. magic\PENCIL.mgc
  499. magic\shell.mgc
  500. magic\sunflw.mgc
  501. magic\taoh.mgc
  502. magic\tree.mgc
  503. magic\stone.mgc
  504. magic\cl.mgc
  505. paper\paper1.dat
  506. paper\paper10.dat
  507. paper\paper11.dat
  508. paper\paper12.dat
  509. paper\paper13.dat
  510. paper\paper14.dat
  511. paper\paper15.dat
  512. paper\paper2.dat
  513. paper\paper3.dat
  514. paper\paper4.dat
  515. paper\paper5.dat
  516. paper\paper6.dat
  517. paper\paper7.dat
  518. paper\paper8.dat
  519. paper\paper9.dat
  520. paper\canvas.brh
  521. paper\penc.brh
  522. res\album\album.img
  523. res\album\cover.img
  524. res\album\downdown.pcx
  525. res\album\downup.pcx
  526. res\album\edit.img
  527. res\album\leftdown.pcx
  528. res\album\leftup.pcx
  529. res\album\no.pcx
  530. res\album\paper-2.pcx
  531. res\album\paper-3.pcx
  532. res\album\paper-4.pcx
  533. res\album\rightdn.pcx
  534. res\album\rightup.pcx
  535. res\album\sliderbk.pcx
  536. res\album\updown.pcx
  537. res\album\upup.pcx
  538. res\album\yes.pcx
  539. res\album\calbum.img
  540. res\tools\algea0.img
  541. res\tools\algea0s.img
  542. res\tools\algear.img
  543. res\tools\algears.img
  544. res\tools\algeat.img
  545. res\tools\algeats.img
  546. res\tools\algeal.img
  547. res\tools\algeals.img
  548. res\tools\algeas.img
  549. res\tools\algeass.img
  550. res\tools\algeab.img
  551. res\tools\algeabs.img
  552. res\tools\colbal.img
  553. res\tools\lampd.img
  554. res\tools\lamp.img
  555. res\tools\trashcno.img
  556. res\tools\trashcnc.img
  557. res\tools\progh.img
  558. res\tools\progc.img
  559. res\tools\slider.img
  560. res\tools\del_fold.img
  561. res\tools\new_fold.img
  562. res\tools\msgbox.img
  563. res\tools\myes.img
  564. res\tools\myesd.img
  565. res\tools\menucap.img
  566. res\tools\menubd.img
  567. res\tools\project.img
  568. res\tools\memo.img
  569. res\tools\msgyes.img
  570. res\tools\msgyesd.img
  571. res\tools\msgno.img
  572. res\tools\msgnod.img
  573. res\tools\shok.img
  574. res\tools\enlarge.img
  575. res\tools\ensmall.img
  576. res\tools\powerd.img
  577. res\tools\power.img
  578. res\tools\recpan.img
  579. res\tools\playd.img
  580. res\tools\recd.img
  581. res\tools\stopd.img
  582. res\tools\play.img
  583. res\tools\rec.img
  584. res\tools\stop.img
  585. res\tools\floppy.img
  586. res\tools\floppyo.img
  587. res\tools\gabage.img
  588. res\tools\clean.img
  589. res\tools\cleand.img
  590. res\tools\gra_left.img
  591. res\tools\pal.img
  592. res\tools\mpal.img
  593. res\tools\input.img
  594. res\tools\moption.img
  595. res\tools\option.img
  596. res\tools\reda.img
  597. res\tools\bluea.img
  598. res\tools\greena.img
  599. res\tools\projecto.img
  600. res\tools\gra_rite.img
  601. res\tools\tools.img
  602. res\tools\mtools.img
  603. res\tools\subs.pcx
  604. res\tools\plus.pcx
  605. res\tools\brit.img
  606. res\tools\contr.img
  607. res\tools\slidebk.img
  608. res\tools\slidebk.pcx
  609. res\tools\msgc.img
  610. res\tools\msgcd.img
  611. res\tools\prj.img
  612. res\tools\tipsbk.img
  613. res\tools\setdia.img
  614. res\tools\chkbox.img
  615. res\tools\chkboxd.img
  616. res\tools\radio.img
  617. res\tools\radioc.img
  618. res\tools\slidepl.pcx
  619. res\tools\prjsld.pcx
  620. res\tools\slidepld.pcx
  621. res\tools\rndsel.img
  622. res\tools\cutsel.img
  623. res\tools\pstsel.img
  624. res\tools\rectsel.img
  625. res\tools\rectsels.img
  626. res\tools\copysel.img
  627. res\tools\rndsels.img
  628. res\tools\rectselu.img
  629. res\tools\rndselu.img
  630. res\tools\ps_vmir.img
  631. res\tools\ps_del.img
  632. res\tools\ps_eng.img
  633. res\tools\ps_hmir.img
  634. res\tools\ps_real.img
  635. res\tools\ps_rot.img
  636. res\tools\ps_size.img
  637. res\tools\ps_teach.img
  638. res\tools\ps_chn.img
  639. res\tools\vslider.img
  640. res\tools\mbrush.img
  641. res\tools\brush.img
  642. res\tools\file.img
  643. res\tools\picbox.img
  644. res\tools\plusd.pcx
  645. res\tools\min.img
  646. res\tools\subsd.pcx
  647. res\tools\minf.img
  648. res\tools\close.img
  649. res\tools\closef.img
  650. res\tools\pagel.img
  651. res\tools\pager.img
  652. res\tools\pastebk.pcx
  653. res\tools\bold.img
  654. res\tools\bolds.img
  655. res\tools\italy.img
  656. res\tools\italys.img
  657. res\tools\satue.img
  658. res\tools\hfill.img
  659. res\tools\hfills.img
  660. res\tools\lfill.img
  661. res\tools\lfills.img
  662. res\tools\rfill.img
  663. res\tools\rfills.img
  664. res\tools\rlfill.img
  665. res\tools\rlfills.img
  666. res\tools\about.img
  667. res\tools\syshard.img
  668. res\tools\cartlib.img
  669. res\tools\backlib.img
  670. res\tools\tutor.img
  671. res\tools\mpicbox.img
  672. res\tools\filter.img
  673. res\tools\new.img
  674. res\tools\newo.img
  675. res\tools\scanner.img
  676. res\tools\leftu.pcx
  677. res\tools\rightd.pcx
  678. res\tools\leftd.pcx
  679. res\tools\tick.img
  680. res\tools\rightu.pcx
  681. res\tools\filed.img
  682. res\tools\redo.img
  683. res\tools\redod.img
  684. res\tools\undo.img
  685. res\tools\undod.img
  686. wave\latin.voc
  687. wave\click.voc
  688. wave\drawer.voc
  689. wave\aha.voc
  690. wave\Typer.voc
  691. wave\prelude.wav
  692. wave\absorb.voc
  693. wave\legend.voc
  694. wave\brush.voc
  695. wave\jet.voc
  696. wave\rubber.voc
  697. wave\ambu.voc
  698. wpaper\800.bk
  699. wpaper\wave.bk
  700. wpaper\clo1.bk
  701. wpaper\pure.bk
  702. wpaper\clo2.bk
  703. zgdi.dll
  704. mcddll.dll
  705. miscutil.dll
  706. DBLINK.dll
  707. albman.sys
  708. blkfile.dll
  709. hcultdll.dll
  710. SCANDLL.dll
  711. gfileio.dll
  712. recdll.dll
  713. wbdesk.ini
  714. YUSTEREO.dll
  715. alphagdi.dll
  716. serial.dll
  717. fp0023.sys
  718. FLORA.INI
  719. wadesk.ini
  720. clrtrans.dll
  721. startcb.sys
  722. nblkfile.dll
  723.  
  724. [Product.del.files]
  725. cursor\move.ncr
  726. cursor\stand.ncr
  727. cursor\wait.ncr
  728. cursor\CURB.ncr
  729. cursor\CURL.ncr
  730. cursor\CURR.ncr
  731. cursor\CURT.ncr
  732. cursor\absorb.ncr
  733. cursor\water.ncr
  734. cursor\fill.ncr
  735. cursor\jet.ncr
  736. cursor\brush.ncr
  737. cursor\sharp.ncr
  738. cursor\stamp.ncr
  739. cursor\dark.ncr
  740. cursor\light.ncr
  741. cursor\rubber.ncr
  742. cursor\magic.ncr
  743. cursor\typer.ncr
  744. cursor\pencil.ncr
  745. cursor\legend.ncr
  746. cursor\mike.ncr
  747. cursor\chalk.ncr
  748. cursor\cbrush.ncr
  749. cursor\carb.ncr
  750. cursor\pbrush.ncr
  751. glib\tutor\hy1.tur
  752. glib\tutor\hy1.thm
  753. glib\tutor\hy7.tur
  754. glib\tutor\hy7.thm
  755. glib\tutor\hy8.tur
  756. glib\tutor\hy8.thm
  757. glib\tutor\hy9.tur
  758. glib\tutor\hy9.thm
  759. magic\arrow.mgc
  760. magic\bubble.mgc
  761. magic\star.mgc
  762. magic\butfly.mgc
  763. magic\fruit.mgc
  764. magic\cloud.mgc
  765. magic\veg.mgc
  766. magic\color.mgc
  767. magic\conia.mgc
  768. magic\jew.mgc
  769. magic\grass.mgc
  770. magic\leave.mgc
  771. magic\leave1.mgc
  772. magic\match.mgc
  773. magic\number.mgc
  774. magic\PENCIL.mgc
  775. magic\shell.mgc
  776. magic\sunflw.mgc
  777. magic\taoh.mgc
  778. magic\tree.mgc
  779. magic\stone.mgc
  780. magic\cl.mgc
  781. paper\paper1.dat
  782. paper\paper10.dat
  783. paper\paper11.dat
  784. paper\paper12.dat
  785. paper\paper13.dat
  786. paper\paper14.dat
  787. paper\paper15.dat
  788. paper\paper2.dat
  789. paper\paper3.dat
  790. paper\paper4.dat
  791. paper\paper5.dat
  792. paper\paper6.dat
  793. paper\paper7.dat
  794. paper\paper8.dat
  795. paper\paper9.dat
  796. paper\canvas.brh
  797. paper\penc.brh
  798. res\album\album.img
  799. res\album\cover.img
  800. res\album\downdown.pcx
  801. res\album\downup.pcx
  802. res\album\edit.img
  803. res\album\leftdown.pcx
  804. res\album\leftup.pcx
  805. res\album\no.pcx
  806. res\album\paper-2.pcx
  807. res\album\paper-3.pcx
  808. res\album\paper-4.pcx
  809. res\album\rightdn.pcx
  810. res\album\rightup.pcx
  811. res\album\sliderbk.pcx
  812. res\album\updown.pcx
  813. res\album\upup.pcx
  814. res\album\yes.pcx
  815. res\album\calbum.img
  816. res\tools\algea0.img
  817. res\tools\algea0s.img
  818. res\tools\algear.img
  819. res\tools\algears.img
  820. res\tools\algeat.img
  821. res\tools\algeats.img
  822. res\tools\algeal.img
  823. res\tools\algeals.img
  824. res\tools\algeas.img
  825. res\tools\algeass.img
  826. res\tools\algeab.img
  827. res\tools\algeabs.img
  828. res\tools\colbal.img
  829. res\tools\lampd.img
  830. res\tools\lamp.img
  831. res\tools\trashcno.img
  832. res\tools\trashcnc.img
  833. res\tools\progh.img
  834. res\tools\progc.img
  835. res\tools\slider.img
  836. res\tools\del_fold.img
  837. res\tools\new_fold.img
  838. res\tools\msgbox.img
  839. res\tools\myes.img
  840. res\tools\myesd.img
  841. res\tools\menucap.img
  842. res\tools\menubd.img
  843. res\tools\project.img
  844. res\tools\memo.img
  845. res\tools\msgyes.img
  846. res\tools\msgyesd.img
  847. res\tools\msgno.img
  848. res\tools\msgnod.img
  849. res\tools\shok.img
  850. res\tools\enlarge.img
  851. res\tools\ensmall.img
  852. res\tools\powerd.img
  853. res\tools\power.img
  854. res\tools\recpan.img
  855. res\tools\playd.img
  856. res\tools\recd.img
  857. res\tools\stopd.img
  858. res\tools\play.img
  859. res\tools\rec.img
  860. res\tools\stop.img
  861. res\tools\floppy.img
  862. res\tools\floppyo.img
  863. res\tools\gabage.img
  864. res\tools\clean.img
  865. res\tools\cleand.img
  866. res\tools\gra_left.img
  867. res\tools\pal.img
  868. res\tools\mpal.img
  869. res\tools\input.img
  870. res\tools\moption.img
  871. res\tools\option.img
  872. res\tools\reda.img
  873. res\tools\bluea.img
  874. res\tools\greena.img
  875. res\tools\projecto.img
  876. res\tools\gra_rite.img
  877. res\tools\tools.img
  878. res\tools\mtools.img
  879. res\tools\subs.pcx
  880. res\tools\plus.pcx
  881. res\tools\brit.img
  882. res\tools\contr.img
  883. res\tools\slidebk.img
  884. res\tools\slidebk.pcx
  885. res\tools\msgc.img
  886. res\tools\msgcd.img
  887. res\tools\prj.img
  888. res\tools\tipsbk.img
  889. res\tools\setdia.img
  890. res\tools\chkbox.img
  891. res\tools\chkboxd.img
  892. res\tools\radio.img
  893. res\tools\radioc.img
  894. res\tools\slidepl.pcx
  895. res\tools\prjsld.pcx
  896. res\tools\slidepld.pcx
  897. res\tools\rndsel.img
  898. res\tools\cutsel.img
  899. res\tools\pstsel.img
  900. res\tools\rectsel.img
  901. res\tools\rectsels.img
  902. res\tools\copysel.img
  903. res\tools\rndsels.img
  904. res\tools\rectselu.img
  905. res\tools\rndselu.img
  906. res\tools\ps_vmir.img
  907. res\tools\ps_del.img
  908. res\tools\ps_eng.img
  909. res\tools\ps_hmir.img
  910. res\tools\ps_real.img
  911. res\tools\ps_rot.img
  912. res\tools\ps_size.img
  913. res\tools\ps_teach.img
  914. res\tools\ps_chn.img
  915. res\tools\vslider.img
  916. res\tools\mbrush.img
  917. res\tools\brush.img
  918. res\tools\file.img
  919. res\tools\picbox.img
  920. res\tools\plusd.pcx
  921. res\tools\min.img
  922. res\tools\subsd.pcx
  923. res\tools\minf.img
  924. res\tools\close.img
  925. res\tools\closef.img
  926. res\tools\pagel.img
  927. res\tools\pager.img
  928. res\tools\pastebk.pcx
  929. res\tools\bold.img
  930. res\tools\bolds.img
  931. res\tools\italy.img
  932. res\tools\italys.img
  933. res\tools\satue.img
  934. res\tools\hfill.img
  935. res\tools\hfills.img
  936. res\tools\lfill.img
  937. res\tools\lfills.img
  938. res\tools\rfill.img
  939. res\tools\rfills.img
  940. res\tools\rlfill.img
  941. res\tools\rlfills.img
  942. res\tools\about.img
  943. res\tools\syshard.img
  944. res\tools\cartlib.img
  945. res\tools\backlib.img
  946. res\tools\tutor.img
  947. res\tools\mpicbox.img
  948. res\tools\filter.img
  949. res\tools\new.img
  950. res\tools\newo.img
  951. res\tools\scanner.img
  952. res\tools\leftu.pcx
  953. res\tools\rightd.pcx
  954. res\tools\leftd.pcx
  955. res\tools\tick.img
  956. res\tools\rightu.pcx
  957. res\tools\filed.img
  958. res\tools\redo.img
  959. res\tools\redod.img
  960. res\tools\undo.img
  961. res\tools\undod.img
  962. wave\latin.voc
  963. wave\click.voc
  964. wave\drawer.voc
  965. wave\aha.voc
  966. wave\Typer.voc
  967. wave\prelude.wav
  968. wave\absorb.voc
  969. wave\legend.voc
  970. wave\brush.voc
  971. wave\jet.voc
  972. wave\rubber.voc
  973. wave\ambu.voc
  974. wpaper\800.bk
  975. wpaper\wave.bk
  976. wpaper\clo1.bk
  977. wpaper\pure.bk
  978. wpaper\clo2.bk
  979. nupaint3.exe
  980. readmee.wri
  981. ENCRYPT.dll
  982. zgdi.dll
  983. mcddll.dll
  984. miscutil.dll
  985. DBLINK.dll
  986. albman.sys
  987. blkfile.dll
  988. hcultdll.dll
  989. SCANDLL.dll
  990. gfileio.dll
  991. recdll.dll
  992. wbdesk.ini
  993. YUSTEREO.dll
  994. alphagdi.dll
  995. serial.dll
  996. fp0023.sys
  997. FLORA.ini
  998. wadesk.ini
  999. clrtrans.dll
  1000. startcb.sys
  1001. nblkfile.dll
  1002. wizardc.inf
  1003. trashcan.lst
  1004.  
  1005. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1006. ;
  1007. ; INI sections, used to create and delete icons 
  1008. ;  other uses are possible
  1009. ;
  1010. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1011. [Product.links]
  1012. ;create folders
  1013. setup.ini, progman.groups,,"ProductGroup=%65666%"
  1014. ; create links
  1015. ; second param must match above and the linked to file must really exist
  1016. setup.ini, ProductGroup,,"%PRODUCT_DESC%,%65600%\nupaint3.exe,,,"
  1017. setup.ini, ProductGroup,,"%README_DESC%,%65600%\readmee.wri,,,"
  1018.  
  1019. ;Add desktop icons here
  1020.  
  1021. [del.links]
  1022. ;remove folders
  1023. setup.ini, progman.groups,,"ProductGroup=%65666%"
  1024. ; remove links
  1025. ; second param must match above and last param is EXACT description name
  1026. setup.ini, ProductGroup,,"%PRODUCT_DESC%" 
  1027. setup.ini, ProductGroup,,"%README_DESC%"
  1028. ;%11%\tinysoft.sys, "Magic 99",,dataroot=*
  1029. ;remove desktop icons here
  1030.  
  1031. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1032. ;
  1033. ; Strings replace variable in percents above
  1034. ;
  1035. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1036. [Strings]
  1037. PRODUCT_DESC="Wizard Brush"
  1038. README_DESC="Read Me"
  1039. HELPME_DESC="Help"
  1040. DT_MESSAGES=""
  1041. DT_DESKTOP="Desktop"
  1042. 65666 = "Wizard Brush Archangel"
  1043. SETCAP="Wizard Brush Archangel(16 DAYS TRIAL)"
  1044.